<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Microsoft YaHei UI Light";
    src: url("font/Microsoft YaHei UI Light.eot"); /* IE9 */
    src: url("font/Microsoft YaHei UI Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("font/Microsoft YaHei UI Light.woff") format("woff"), /* chromeã€firefox */
    url("font/Microsoft YaHei UI Light.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */
    
    url("font/Microsoft YaHei UI Light.svg#Microsoft YaHei UI Light") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
.clearfix:before,
.clearfix:after {content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*1232æ˜¯æœ€å¤§è§†å£æŽ§åˆ¶åŒºåŸŸ*/
/*320æ˜¯æœ€å°è§†å£æŽ§åˆ¶åŒºåŸŸ*/
/*768æ˜¯åˆ‡æ¢åˆ°ipadå’Œiphoneçš„ä¸´ç•Œå€¼*/
body,input,textarea{
	background: #fff;
}
.wraper{
	width: 100%;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
}
*{
	font-family:"Microsoft Yahei",arial,"\5b8b\4f53";
	box-sizing: border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color: transparent 
}
/*é¡µé¢å¤´éƒ¨å¼€å§‹*/
/*é¡µé¢å¤´éƒ¨pcç«¯éƒ¨åˆ†*/
.headBox{
	position: relative;
	width: 100%;
	height: auto;
}
.header{
	width: 100%;
	height: 100px;
	min-width: 320px;
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	
}
.headroom {
    transition: transform 200ms linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow:0px 1px 1px rgba(0,0,0,0.1);
}
.ie8 .headroom{
	border: 1px solid #e6e6e6;
}
.headroomShadow{
	
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-20%);
}
.headroom--pinned .headRightBox{
	display: block;
}
.headroom--unpinned .headRightBox{
	display: none;
}
.logoBox{
	width: 130px;
	height: 100px;
	position: absolute;
	top: 0;left: 16px;
}
@media  screen and (max-width:820px ) {
	.logoBox{
		width: 100px;
	}
}
.logo{
	width: 100%;
	margin-top: 10px;
}
.headContentBox{
	width: auto;
	height: 100%;
	float:right;
}

.navBox{
	padding-top: 50px;
}
.nav{
	float: left;
	line-height: 1;
	margin-right: 60px;
	position: relative;
}

.navAct:after{
	content: "";
	display: block;
	width: 0px;height: 0px;
	border: 5px solid #e60213;
	border-color: #e60213 transparent;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -5px; 
}
.navAct:before{
	content: "";
	display: block;
	width: 100%;height: 3px;
	position: absolute;
	background: #e60213;
	top: 47px;
	z-index: 100;
}

.nav a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.nav a.act,.nav a.acthover{
	color: #e60213;
}
.nav a.acthover:before{
	content: "";
	display: block;
	width: 100%;height: 3px;
	position: absolute;
	background:#e60213 ;
	top: 47px;
	z-index: 100;
}
.nav a.acthover:after{
	content: "";
	display: block;
	width: 0;height: 0;
	/*border: 5px solid #e60213;
	border-color:#e60213 transparent;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -5px;*/
}

.navQuick{
	float: left;
	line-height: 1;
	margin-right: 20px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #e60213;
	border-right: 1px solid #e6e6e6;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.navQuickAct:after{
	content: "";
	display: block;
	width: 0px;height: 0px;
	border: 5px solid #e60213;
	border-color: #e60213 transparent;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 100;
	margin-left: -18px; 
}
.navQuickAct:before{
	content: "";
	display: block;
	width: 85px;height: 3px;
	position: absolute;
	background: #e60213;
	top: 47px;
	z-index: 100;
}
.quickIcon{
	vertical-align: top;
	width: 13px;
	margin-top: 3px;
	margin-left: 8px;
}
.headRightBox{
	width: auto;
	position: absolute;
	top: 0;right: 16px;
	font-size: 14px;
	color: #999999;
	padding-top: 25px;
	z-index: 999;
}
.rigiHead{
	float: right;
	line-height: 1;
	margin-left: 11px;
	padding-left: 11px;
	border-left: 1px solid #e6e6e6;
}
.rigiHead img{
	vertical-align: top;
}
.rigiHead:last-child{
	border: 0;
}
.startImg{
	margin-right: 8px;
}
.searchBox{
	float: right;
	width: 215px;
	position: relative;
	transition: all 0.3s;
}
.rigiHead a{
	color: #999999;
	text-decoration: none;
}
.rigiHead a:hover{
	color: #e60213;
}
.for_text{
	width: 88.8%;
	height: 28px;
	line-height: 28px;
	display: block;
	position: absolute;
	top: 10px;left: 0;
	font-size: 14px;
	padding-right: 32px;
	padding-left: 7px;
	color: #999;
}
.inputSearch{
	width: 100%;
	height: 28px;
	color: #999;
	margin-top: 10px;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	padding-right: 32px;
	padding-left: 7px;
}
.inputSearchAct{
	color: #333;
}
.ie8 .inputSearch{
	padding-top: 4px;
}
@media  screen and (min-width:1920px){
	.headRightBox{
		width: 450px;
	}
	.rigisterBox{
		float:left;
	}
	/*.headContentBox{
		float: left;
	}*/
	.searchBox {
	    float: right;
	     margin-top: -18px; 
	}
}
@media  screen and (max-width:1920px) {
	.navQuickAct:before {
	    width: 73px;
	}
	.headRightBox{
		width: 440px;
	}
	
	.rigisterBox{
		float: left;
	}
	.searchBox{
		float: right;
		margin-top: -18px;
	}
	.navBox{
		padding-top:60px;
	}
	.navQuickAct:after{
		top: 40px;
	}
	.navQuickAct:before{
		top: 37px;
	}
	.nav a.acthover:before{
		top: 37px;
		z-index: 100;
	}
	.nav a.acthover:after{
		top: 40px;
	}
	.navAct:after{
		top: 40px;
	}
	.navAct:before{
		top: 37px;
	}
	
}

@media  screen and (max-width:1060px) {
	.navQuick{
		padding-right: 8px;
		margin-right: 8px;
	}
	.navQuickAct:before {
	    width: 70px;
	}
	.quickIcon {
	    width: 12px;
	}
	.navQuick{
		font-size: 14px;
		/*margin-top: 2px;*/
	}
	.nav{
		margin-right: 16px;
	}
	.nav a{
		font-size: 14px;
	}
	.headRightBox{
		width: 440px;
	}
	.searchBox {
	    width: 200px;
	    position: relative;
	}
	.logoBox{
		width: 80px;
	 }
}
@media  screen and (max-width:860px) {
	.navQuick{
		/*font-size: 14px;*/
		line-height: 1.2;
		margin-top: 2px;
	}
	.navQuick{
		padding-right: 5px;
		margin-right: 5px;
	}
	.nav{
		margin-right: 10px;
	}
	/*.nav a{
		font-size: 12px;
	}*/
	.headRightBox {
	    font-size: 12px;
	}
	.headContentBox {
	    padding-left: 120px;
	}
	.logoBox(
		width:80px;
	)
}
@media  screen and (max-width:800px) {
	/*.navQuick{
		padding-right: 3px;
		margin-right: 3px;
	}
	.nav{
		margin-right: 6px;
	}*/
	.navQuick{
		font-size: 12px;
	}
	.nav a{
		font-size: 12px;
	}
	.headContentBox {
	    padding-left: 110px;
	}
}
:-moz-placeholder { Mozilla Firefox 4 to 18  
    color: #999; opacity:1;   
}  
  
::-moz-placeholder { Mozilla Firefox 19+  
    color: #999;opacity:1;  
}  
  
input:-ms-input-placeholder{  
    color: #999;opacity:1;  
}  
  
input::-webkit-input-placeholder{  
    color: #999;opacity:1;  
}  
.searchIconBox{
	width: 11.2%;
	height: 28px;
	position: absolute;
	top: 10px;right: 2px;
	cursor: pointer;
	border: 0;
	padding: 0;
	background: transparent;
}
.searchInput{
	z-index: 10;
}
.headSearchIcon{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}
.headerDetailBox{
	width: 100%;
	height: auto;
	/*min-height: 240px;*/
	background: #fff;
	/*border-top: 1px solid #d2d5d6;*/
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 30;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.headerDetailBox:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d2d5d6;
	position: absolute;
	top: -1px;	
	left: 0;
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
.headerDetailBox:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d2d5d6;
	position: absolute;
	top: -1px;	
	left: 0;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.rgba .headerDetailBox,.boxshadow .headerDetailBox{
	/*box-shadow:inset 0px 1px 1px rgba(231,234,236,0.6);*/
}
.headerDetailInnerBox{
	width: 100%;
	height: auto;
	/*min-height: 240px;*/
	max-width: 1232px;
	margin: 0 auto;
	position: relative;
	padding:0 16px;
}
.headerDetailInnerBox:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d2d5d6;
	position: absolute;
	top: -1px;	
	left: 0;
}

.headerDetailInnerPadding{
	padding: 0 0 0 252px;
}
.headerDetailInnerPadding1{
	padding: 0 0 0 146px;
}
.headerDetailCenter{
	padding: 0 0 0 846px;
}
.headMblChooseBBody a{
	display: block;
	color: #333;
}
.quickTabContentBox{
	width: 100%;
	height: auto;
}

.pd16{
	padding: 0 16px;
}
.noHover .quickTabContent{
	height: auto;
}

.quickTabContent{
	/*padding-top:20px;*/
	padding-bottom: 21px;
	vertical-align: top;
	display:inline-block;
	margin-left:40px;
}
.quickTabContentLong{
	width: 25%;
}

.headerDetailBox .quickTabContentLong1 ul li{
	margin-right:30px;
}
/*.quickTabContentAdd{
	margin-right: 5%;
}*/
.jiejueDetail{
	height: 230px;
	/*width: 100%;*/
}
.quickTabContentImg{
	margin-right: 3%;
	margin-bottom: 10px;	
}
.moreList .quickTabContent {
	margin-right: 5%;
}
.moreList .quickTabContentImg{
	margin-right: 3%;
}


.isHover .quickTabContentAct{
	background:#e60010 ;
}
.isHover .quickTabContentAct h3{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.isHover .quickTabContentAct a{
	color: #fff;
}

.quickTabContent h3{
	margin-top:20px;
	font-size: 18px;
	line-height: 1;
	padding: 0 18px 16px 0;
	font-weight: 400;
	color: #e60010;
	display: block;
	border-bottom: 1px solid #dcdddd;
}
.quickTabContent h3 a{
	color: #e60010;
}
.quickTabContent li{
	font-size: 14px;
	line-height: 1;
	margin: 14px 0;
}
/*.quickTabContent ul.clearfix{
	margin-right: -72px;
}
.wsent ul.clearfix{
	margin-right: -30px;
}*/
.quickTabContent ul.clearfix{
	margin-left:-25px;
}
.quickTabContent ul.clearfix li{
	float: left;
	margin-bottom: 0;
	padding-left:25px;
	box-sizing:border-box;
}
.quickTabContent ul.clearfix li a{
	display:block;
	margin-bottom:14px;
}
.quickTabContent ul.clearfix li.w100{
	width: 100%;
}
.quickTabContent li a{
	color: #333333;
}
.quickTabContent li a:hover{
	color: #e60010;
}
.quickTabContentAct li a:hover{
	color: #fff;
}
.wsent{
	width: 17.5%;
} 
@media  screen and (min-width:767px) and (max-width:1232px) {
	.headContentBox{
		padding-left:0;
		width:auto;
		float:right;
	}
	.headerDetailInnerPadding{
		padding-left: 0;
	    float: right;
	    margin-right: 38px;
	}
	.headerDetailInnerPadding1{
		padding-left: 0;
	    float: right;
	    margin-right: 30px;
	}
}
@media  screen and (max-width:1280px) {
	.quickTabContent h3{
		font-size: 16px;
	}
	.quickTabContent li{
		font-size: 12px;
	}
	.wsent{
		width: 20%;
	}
	div.wsent ul.clearfix{
		margin-right: -10px;
	}
}
@media  screen and (max-width:1012px) {
	.quickTabContent h3{
		font-size: 14px;
	}
	.quickTabContent li{
		font-size: 12px;
	}
	.quickTabInner {
    	padding: 0 10px;
	}
	.quickTabContent ul.clearfix{
		margin-right: -45px;
	}
}
@media  screen and (max-width:980px) {
	.quickTabInner {
    	padding: 0 5px;
	}
	.wsent{
		width: 17.5%;
	}
	.wsent ul.clearfix{
		margin-right: -8px;
	}
}
.pdTop20{
	padding-top: 20px;
}
.width100{
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tr{
	text-align: right;
}
h3.paddingRight0{
	padding-right: 0;
}
.wc88 .fr{
	width: 88px;
}
@media  screen and (max-width:1280px) {
	.wc88 .fr {
	    width: 60px;
	}
}
/*é¡µé¢å¤´éƒ¨mobleéƒ¨åˆ†*/

.headMbl{
	width: 100%;
	/*height: 100%;*/
	display: none;
}
.headMblTop{
	width: 100%;
	height: 43px;
	/*display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;*/
	padding:0 16px;
	position: relative;
	z-index: 10;
}
.headMblTopAct{
	box-shadow: 0 3px 6px rgba(0,0,0,0.08);	
}
.headMblTop .logo{
	width: 59px;
	margin: 0;
	margin-top: 9px;
	float: left;
}
.headSearchIconMbl{
	width: 22px;
}
.headMblgoSearch{
	float: right;
	margin-top: 11px;
}
.menuBtnMbl{
	width: 22px;
	margin-left: 16px;
}
.headMblSearch{
	width: 100%;
	height: auto;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 16px;
	position: relative;
}
.headMblSearchShadow{
	width: 100%;
	height: 1px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow:0 3px 6px rgba(0,0,0,0.04) ;
}
.headMblSearchInnerBox{
	width: 100%;
	height: auto;
	padding: 0 30px 0 12px;
	border: 1px solid rgba(213,213,213,0.6);
	border-radius: 100px;
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.05) ; 
}
.headMblSearchInnerBtn{
	border: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	padding: 0;
	background: transparent;
}
.searchBtn{
	width: 20px;
	position: absolute;
	top: 2px;right: 3px;
	border: 0;
	background: transparent;
}
.headMblChoose{
	width: 100%;
	height: auto;
	font-size: 12px;
}
.headMblChooseA{
	width: 100%;
}
.headMblChooseAHead{
	width: 100%;
	height: 36px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	line-height: 35px;
	padding: 0 16px;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	-webkit-align-content: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color:#000;
}
.headMblChooseAHead em{
	font-size: 18px;
	font-style: normal;
	color: #d3d3d3;
}
.headMblChooseBHeadAdd{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 35px;
	color: #000;
	background: #f7f7f7;
	padding: 0 16px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	-webkit-align-content: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.headMblChooseBHead{
	color:#000;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 35px;
	background: #f7f7f7;
	padding: 0 16px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	-webkit-align-content: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.headMblChooseBHead a{
	color: #333;
}
.arrowRight{
	width: 9px;
	height: 14px;
	display: block;
	position: absolute;
	top: 10px;
	right: 16px;
}
.redRight{
	width: 14px;
	height: 9px;
	display: block;
	position: absolute;
	top: 13px;
	right: 16px;
}
.headMblChooseC{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 35px;
	background: #f7f7f7;
	padding: 0 27px;
}
.headMblChooseABody{
	display: none;
}
.headMblChooseBBody{
	display: none;
}
.footerMbl{
	display: none;
}

/*å¤´éƒ¨è¯­è¨€éƒ¨åˆ†æ”¹ç‰ˆ*/
.headMbl .lang{
	padding:10px 20px;
	background:#333333;
	font-size:16px;
	color:#fff;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 1001;
}
.headMbl .lang a{
	color:#fff;
	margin:0 12px;
	position:relative;
}
.headMbl .lang a.con:after{
	content:'';
	color:#fff;
	position:absolute;
	top:6px;
	right:-12px;
	height:12px;
	width:1px;
	border-right:1px solid #fff;
}
.headMbl .lang a.con:before{
	content:'';
	color:#fff;
	position:absolute;
	top:6px;
	left:-12px;
	height:12px;
	width:1px;
	border-right:1px solid #fff;
}
.headMbl .lang a.active{
	color:#e60012;
}
.headMbl .lang a,
.headMbl .lang img,
.headMbl .lang span{
	display:inline-block;
	vertical-align: middle;
}

.headMbl .lang img{
	width:20px;
}
@media  screen and (max-width:768px) {
	.headMbl{
		display: block;
	}
	.headPc{
		display: none;
		padding-top: 86px;
	}
	.footerPc{
		display: none;
	}
	.footerMbl{
		display: block;
	}
	.wraper{
		padding-top: 0;
	}
}
@media  screen and (max-width:414px) {
	.headMblSearchInnerBtn{
		height: 28px;
		line-height: 28px;
	}
	.searchBtn {
	    top: 4px;
	}
	.headMblChooseAHead {
	    height: 38px;
	    line-height: 37px;
	}
	.headMblChooseBHeadAdd{
		height: 38px;
	    line-height: 37px;
	}
	.headMblChooseBHead{
		height: 38px;
	    line-height: 37px;
	}
	.arrowRight{
		top: 13px;
	}
	.redRight{
		top: 16px;
	}
}
@media  screen and (max-width:375px) {
	.headMblSearchInnerBtn{
		height: 26px;
		line-height: 26px;
	}
	.searchBtn {
	    top: 3px;
	}
	.headMblChooseAHead {
	    height: 37px;
	    line-height: 36px;
	}
	.headMblChooseBHeadAdd{
		height: 37px;
	    line-height: 36px;
	}
	.headMblChooseBHead{
		height: 37px;
	    line-height: 36px;
	}
}
@media  screen and (max-width:320px) {
	.headMblSearchInnerBtn{
		height: 24px;
		line-height: 24px;
	}
	.searchBtn {
	    top: 2px;
	}
	.headMblChooseAHead {
	    height: 36px;
	    line-height: 35px;
	}
	.headMblChooseBHeadAdd{
		height: 36px;
	    line-height: 35px;
	}
	.headMblChooseBHead{
		height: 36px;
	    line-height: 35px;
	}
	.arrowRight{
		top: 12px;
	}
	.redRight{
		top: 15px;
	}
}

/*é¡µé¢åº•éƒ¨éƒ¨åˆ†*/
/*é¡µé¢åº•éƒ¨pcç«¯éƒ¨åˆ†*/
.footer{
	width: 100%;
	height: auto;
	background: #404143;
}
.footerInnerBox{
	max-width: 1232px;
	height: 300px;
	padding-top: 60px;
	padding-left: 16px;
	padding-right: 16px;
	color: #939392;
	font-size: 16px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.footerInnerBox h2{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}
.footerInnerBox a{
	display: block;
	color: #939392;
	line-height: 1;
	margin: 15px 0;
	font-size: 14px;
}
.footerInnerBox a:hover{
	color: #fff;
}
.footerInner{
	float: left;
	margin-right: 60px;
}
.footerRight{
	width: 136px;
	height: auto;
	float: right;
	margin-right: 38px;
}
.weiImg{
	width: 100%;
}
.footerRight p{
	text-align: center;
	line-height: 1;
	margin-top: 12px;
}
.footerBtnBox{
	
}
.footerBtn{
	width: 150px;
	height: auto;
	cursor: pointer;
	float: left;
	margin-right: 16px;
}
.footerBtnInner{
	width: 100%;
	height: 38px;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #8e8e8e;
	border-radius: 20px;
	padding: 0 15px;
}
.footIcon{
	vertical-align: middle;
	float: right;
	margin-top: 7px;
}
.footerBtnOut{
	display: none;
	padding: 10px 9px;
	background: #323233;
	border-radius: 8px;
}
.footerBtnOut p{
	text-align: center;
	font-size: 14px;
	color: #939392;
	line-height: 1;
	margin-bottom: 10px;
}
.footerInnerLast{
	float: right;
	margin-right: 0;
}
.footerInnerLastBox{
	height: 98px;
	/*padding-top: 18px;*/
	padding-top: 0;
	padding-bottom: 57px;
}
.footerInnerLeft{
	float: left;
	padding-right: 20px;
}
.footerInnerLeft a{
	float: left;
	line-height: 28px;
	margin: 0;
	color: #fff;
}
.footerInnerLeft span{
	float: left;
	line-height: 28px;
	font-size: 14px;
	margin: 0 10px;
	color: #686868;
}
.footerLine{
	width: 100%;
	height: 0px;
	padding-top: 18px;
	border-top: 1px solid #686868;
}
.footerInnerRight{
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
a.footRightA{
	clear: both;
	float: none;
	display: inline;
	color: #fff;
}
.fileIcon{
	vertical-align: middle;
}
.footerMbl .footerInnerBox{
	height: auto;
	padding-top: 0;
}
.footerInnerBox{
	width: 100%;
	height: auto;
}
.footerChooseBox{
	width: 100%;
	height: auto;
	/*padding: 0 16px;*/
}
.footerChooseHead{
	
}
.footerChooseHead em{
	
}


.footerChooseBody a{
	margin: 0;
}
.footerChooseInner:hover{
	color: #fff;
}
.footerChooseInner{
	border-bottom: 1px solid #545454;
	font-size: 12px;
	color: #989898;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}
.footerMbl .footerBtn{
	width: 47%;
	margin-right: 6%;
}
.footerMbl .footerInnerLastBox{
	margin: 5px 0 25px;
}
.footerMbl .footerInnerRight{
	line-height: 17px;
	margin-top: 5px;
}
.border0{
	border: 0;
}
.borderBottom{
	border-bottom: 1px solid #545454;
	padding-bottom: 20px;
}
.headMblChooseAHead .jiaIcon{
	width: 16px;
	position: absolute;
	top: 13px;
	right: 16px;
}
.headMblChooseAHead .jianIcon{
	width: 16px;
	position: absolute;
	top: 17px;
	right: 16px;
}
@media  screen and (max-width:414px) {
	.headMblChooseAHead .jianIcon{
		top: 18px;
	}
	.headMblChooseAHead .jiaIcon{
		top: 11px;
	}
}
@media  screen and (max-width:375px) {
	
}
@media  screen and (max-width:320px) {
	.headMblChooseAHead .jianIcon{
		top: 17px;
	}
	.headMblChooseAHead .jiaIcon{
		top: 13px;
	}
}


.footerMbl .footerBtnInner{
	height: 25px;
	line-height: 23px;
	font-size: 12px;
}
.footerMbl .footIcon{
	height: 15px;
	margin-top: 4px;
}
.footerMbl .lastContainer_3 .resolveImg{
	width: 100%;
	height: auto;
	transition: all 0.2s;
	position: absolute;
	bottom: 0;
}
.padding0 {
    padding: 0;
}

.navAdd a{
	color:#e60213 ;
}

.margin0{
	margin: 0;
}
.footerMbl .margin0{
	margin: 0;
}
@media  screen and (max-width:1280px) {
	.footerInner{
		margin-right: 50px;
	}
	.footerInnerLast{
		margin-right: 0;
	}
	.headerDetailBox .quickTabContentLong1 ul li{
		margin-right:0px;
	}
}

@media  screen and (max-width:1080px) {
	.footerInner{
		margin-right: 32px;
	}
	.footerInnerLast{
		margin-right: 0;
	}
	.footerInnerBox h2{
		font-size: 14px;
	}
	.footerInnerBox a{
		font-size: 12px;
	}
	.footerBtn{
		width: 120px;
	}
	.footerInnerLeft a{
		font-size: 12px;
	}
	.footerInnerLeft span{
		font-size: 12px;
	}
	.footerInnerRight{
		font-size: 12px;
	}
	.footerInnerRight{
		float: left;
	}
}
@media  screen and (max-width:880px) {
	.footerInner{
		margin-right: 12px;
	}
	.footerInnerLast{
		margin-right: 0;
	}
	
}
@media  screen and (max-width:768px) {
	.footerInnerBox h2{
		margin-bottom: 0;
	}
	.footerChooseHead{
		border-bottom: 1px solid #545454;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		color: #fff;
		position: relative;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.footerChooseHead em{
		font-style: normal;
		color: #bcbcbc;
		font-size: 14px;
		transition: all 0.2s;
		float: right;
	}
}
@media  screen and (max-width:414px) {
	.footerChooseHead,.footerChooseInner{
		line-height: 38px;
		height: 38px;
	}
	.footerMbl .footerBtnInner{
	    height: 28px;
		line-height: 26px;
	}
	.headMblTop .logo {
	    width: 75px;
	    margin: 0;
	    margin-top: 10px;
	}
	.headMblTop{
		height: 52px;	
	}
	.headMblgoSearch{
		margin-top: 13.5px;
	}
}
@media  screen and (max-width:375px) {
	.footerChooseHead,.footerChooseInner{
		line-height: 37px;
		height: 37px;
	}
	.footerMbl .footerBtnInner{
	    height: 27px;
		line-height: 25px;
	}
	.headMblTop .logo {
	    width: 70px;
	    margin: 0;
	    margin-top: 9px;
	}
	.headMblTop{
		height: 48px;	
	}
}
@media  screen and (max-width:350px) {
	.footerChooseHead,.footerChooseInner{
		line-height: 36px;
		height: 36px;
	}
	.footerMbl .footerBtnInner{
	    height: 26px;
		line-height: 24px;
	}
	.headMblTop .logo {
	    width: 70px;
	    margin: 0;
	    margin-top: 9px;
	}
	.headMblTop{
		height: 45px;	
	}
}
@media  screen and (max-width:320px) {
	.footerChooseHead,.footerChooseInner{
		height: 35px;
		line-height: 35px;
	}
	.footerBtnInner{
		height: 38px;
		line-height: 36px;
	}
	.headMblTop .logo {
	    width: 59px;
	    margin: 0;
	    margin-top: 9px;
	}
	.headMblTop{
		height: 43px;	
	}
	.headMblgoSearch{
		margin-top: 11px;
	}
}

.none{
	display: none;
}
.mr0{
	margin-right: 0;
}
.mb18{
	margin-bottom: 18px;
}
.mt30{
	margin-top: 30px;
}
.mt20{
	margin-top: 20px;
}
.mt18{
	margin-top: 18px;
}
.mt16{
	margin-top: 16px;
}
.pd0{
	padding: 0;
}
.w100{
	width: 100%;	
}
.w200{
	width: 200px;
}

.border0{
	border: 0;
}
@media  screen and (max-width:768px) {
	.headMbl .headMblChooseC br{
		display:none;
	}
}

/* ä¿®æ”¹é¡¶éƒ¨å¿«æ·æµè§ˆæ–‡å­—è¿‡å¤šè¶…å‡ºéƒ¨åˆ†ä¿®æ”¹ */
/*.headerDetailBox .quickTabContent ul li{
	max-width: 200px;
}*/
/*@media  screen and (min-width:860px) {
	.headerDetailBox .quickTabContent ul li{
		max-width: 140px;
	}
}*/

/* æ·»åŠ&nbsp;æœç´¢æç¤ºå¼¹å±‚æ&nbsp;·å¼ */
.headRightBox .searchRecommend {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 0;
}
.headRightBox .searchRecommend ul {
	margin-bottom: 0;
}
.headRightBox .searchRecommend ul li {
    padding: 3px 5px;
    cursor: pointer;
    font-size: 12px;
}
.headRightBox .searchRecommend ul li:last-child {
    margin-bottom: 0;
}
.headRightBox .searchRecommend ul li:hover {
    background: #efefef;
    color: #2266AF;
}


/*å¼¹å±‚æ&nbsp;·å¼*/
#popup{
	width:340px;
	height:210px;
	position:fixed;
	padding:15px 20px;
	border:1px solid #ccc;
	z-index:100;
	bottom:10px;
	right:10px;/*
	margin-left:-170px;
	margin-top:-105px;*/
	background:#fff;
	border-radius:4px;
	display:none;
	font-family: 'Microsoft YaHei','å¾®è½¯é›…é»‘';

}
#popup img.logos{
	width:80px;
}
#popup img.popupClose{
	width:32px;
	position:absolute;
	right:10px;
	top:6px;
	cursor:pointer;
	opacity: 1;
    filter: alpha(opacity=100);
}
#popup p{
	color:#333;
	padding-right:40px;
	font-size:14px;
	margin:15px 0 0px;
	line-height:26px;
}
#popup a.popup-btn{
	font-family: 'Microsoft YaHei','å¾®è½¯é›…é»‘';
	color:#fff;
	background:#e60012;
	width:80px;
	height:28px;
	font-size:12px;
	line-height:28px;
	display:block;
	text-align:center;
	float:right;
	margin-top:12px;
	cursor:pointer;
	text-decoration: none;
}







</pre></body></html>